So that 16x16 icons can be used from themes such as Adwaita in their
natural size.
PROP_INDICATOR_SIZE
};
-#define TOGGLE_WIDTH 13
+#define TOGGLE_WIDTH 16
static guint toggle_cell_signals[LAST_SIGNAL] = { 0 };
#include "gtkintl.h"
-#define INDICATOR_SIZE 13
+#define INDICATOR_SIZE 16
#define INDICATOR_SPACING 2
#include "gtkprivate.h"
#include "gtkintl.h"
-
+#define INDICATOR_SIZE 16
struct _GtkCheckMenuItemPrivate
{
P_("Size of check or radio indicator"),
0,
G_MAXINT,
- 13,
+ INDICATOR_SIZE,
GTK_PARAM_READABLE));
widget_class->draw = gtk_check_menu_item_draw;